home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Misc
/
InstallerNG
/
developer
/
include
/
sascpragmas
/
installerngmodule_pragmas.h
< prev
Wrap
C/C++ Source or Header
|
2000-01-01
|
374b
|
16 lines
#ifndef PRAGMAS_INSTALLERNGMODULE_PRAGMAS_H
#define PRAGMAS_INSTALLERNGMODULE_PRAGMAS_H
/*
** $VER: installerngmodule_pragmas.h 37.0 (11.06.2000)
** (C) by Jens Tröger
**
*/
#pragma libcall InstallerNGModuleBase ingm_GetPriority 1e 0
#pragma libcall InstallerNGModuleBase ingm_GetDescription 24 0
#pragma libcall InstallerNGModuleBase ingm_PerformAction 2a 801
#endif